home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 September / Software of the Month Club 1996 September.iso / mac / Software Research Institute-SRI / Business / Alpha ƒ / Tcl / SystemCode / htmlMode.tcl < prev    next >
Encoding:
Text File  |  1995-12-27  |  529 b   |  16 lines  |  [TEXT/ALFA]

  1. #############################################################################
  2. # HTML mode installation
  3. #
  4.     
  5. lappend modes HTML
  6. set dummyProc(HTML)    htmlDummy
  7. set modeMenus(HTML)             htmlMenu
  8. lappend allModeMenus            htmlMenu
  9. lappend modeSuffixes            {*.html} { set winMode HTML }
  10. lappend modeSuffixes            {*.htm} { set winMode HTML }
  11. lappend modeSuffixes            {*.HTML} { set winMode HTML }
  12. lappend modeSuffixes            {*.HTM} { set winMode HTML }
  13.  
  14. set pathComments(htmlBrowserPath) "Web Browser Path"
  15. set pathUseIC(htmlBrowserPath) "helperÑhttp"
  16.